home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / netlog-1.02 / README < prev    next >
Encoding:
Text File  |  1993-06-17  |  1.5 KB  |  42 lines

  1. netlog 1.02  -- June 18, 1993
  2.  
  3. These directories contain a TCP and UDP traffic logging system.  These
  4. programs are a part of the network security system used by Texas A&M
  5. University.  It can be used for locating suspicious network traffic.
  6. The following programs are included:
  7.  
  8. tcplogger -  Log all TCP connections on a subnet
  9. udplogger -  Log all UDP sessions on a subnet
  10. extract   -  Process log files created by tcplogger or udplogger
  11.  
  12. All three programs require an ANSI C compiler.  Tcplogger and
  13. udplogger use the SunOS 4.x Network Interface Tap (nit).
  14.  
  15. To build the programs, just enter 'make'
  16.  
  17. If you are using 'gcc', do not turn on optimization for tcplogger
  18. or udplogger.  Also, if 'fix-includes' was not run, then you must
  19. use the '-traditional' flag.  To be safe, use it anyway.
  20.  
  21. The latest versions of these programs are available from
  22.  
  23. sc.tamu.edu:/pub/security/TAMU
  24.  
  25. * * * * * *
  26. 06/18/1993 Changes
  27.  
  28. Fixed bugs in extract dealing with dates (you couldn't specify the
  29. last day of the month).
  30.  
  31. Added -n support to tcplogger and udplogger.  In tcplogger, udplogger
  32. and extract, -n now disables port number name resolution as well.
  33.  
  34. tcplogger and udplogger now use the first ethernet interface on the
  35. machine, instead of defaulting to "le0".  Thanks to Dave Hess for
  36. sample code.
  37.  
  38. Fixed bug in extract that prevented using both "print" and "next"
  39. on the same clause.  It was only executing the first one... (bug,
  40. this was no bug... this was just silly... I only had it doing one
  41. command).
  42.